home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12456 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  812 b 

  1. Path: news.tamu.edu!tam2000!ewm1006
  2. From: ewm1006@tam2000.tamu.edu (Erik Wayne Mckee)
  3. Newsgroups: comp.lang.c
  4. Subject: System command
  5. Date: 1 Apr 1996 03:53:41 GMT
  6. Organization: Texas A&M University, College Station, TX
  7. Message-ID: <4jnk05$dmv@news.tamu.edu>
  8. NNTP-Posting-Host: tam2000.tamu.edu
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. I wrote a C program that I run on a unix machine to create a menu system.
  12. I use the system() command to have the commands executed.  The only problem
  13. is that the system command causes the unix commands to be executed in sh.
  14. I would rather have them execute in my login shell tcsh so that I could make
  15. use of my aliases and some other things allowed in tcsh and not in sh.
  16.  
  17. Erik McKee
  18.  
  19. cc me a copy of responses by email because A&M news-server isn't the best 
  20. on the planet. ;)
  21.  
  22.  
  23.